home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / DVDx - DVD Copying Software 1.8a / Aviwrpr / Aviwrap.inf < prev    next >
Windows Setup INFormation  |  2001-12-06  |  4KB  |  108 lines

  1. ; Installation file for the Video Sever Wrapper codec.
  2. ;
  3. ; Copyright (C) 2001 Edwin van Eggelen 
  4. ;                    www.videotools.net
  5. ;                    edwinvaneggelen@softhome.net
  6. ;
  7. ; You are only allowed to use this program for personal use 
  8. ; without registration. It is not allowed to distribute, modify 
  9. ; or reverse enginere this program without the permission of 
  10. ; the author.
  11.  
  12. ;
  13. ; You must install the audio codec before the video codec in NT4.
  14. ; if not, the audio codec is not working. Till now I have no
  15. ; clue why. Because audio and video is in the same dll ?
  16. ;
  17.  
  18. [Version]
  19. Signature="$CHICAGO$"
  20. Class=MEDIA
  21.  
  22. [SourceDisksNames]
  23. 1="Video Server Wrapper Codec Install Disk",,0001
  24.  
  25. [SourceDisksFiles]
  26. aviwrap.dll=1
  27. aviwrap.inf=1
  28.  
  29. [DefaultInstall]
  30. CopyFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
  31. UpdateInis=WRPRcodec.UpdateInis.9x
  32. AddReg=WRPRcodec.AddReg.9x
  33. MediaType=Software
  34.  
  35. [DefaultInstall.NT]
  36. CopyFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
  37. AddReg=WRPRcodec.AddReg.NT
  38. MediaType=Software
  39.  
  40. [DefaultUninstall]
  41. DelReg=WRPRcodec.DelReg.9x
  42. DelFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
  43. UpdateInis=WRPRcodec.DelIni.9x
  44.  
  45. [DefaultUninstall.NT]
  46. DelReg=WRPRcodec.DelReg.NT
  47. DelFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
  48.  
  49. [WRPRcodec.Copy]
  50. aviwrap.dll
  51.  
  52. [WRPRcodec.Copy.Inf]
  53. aviwrap.inf
  54.  
  55. [WRPRcodec.UpdateInis.9x]
  56. system.ini,drivers32,,"msacm.WRPR=aviwrap.dll"
  57. system.ini,drivers32,,"vidc.WRPR=aviwrap.dll"
  58.  
  59. [WRPRcodec.AddReg.9x]
  60. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","Driver",,"aviwrap.dll"
  61. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","FriendlyName",,"%WRPRcodecDesc%"
  62. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","Description",,"%WRPRcodecDesc%"
  63.  
  64. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","Driver",,"aviwrap.dll"
  65. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","FriendlyName",,"%WRPRcodecDesc%"
  66. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","Description",,"%WRPRcodecDesc%"
  67.  
  68. HKLM,"%UninstallPath%","DisplayName",,"%UninstallDispName%"
  69. HKLM,"%UninstallPath%","UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\aviwrap.inf"
  70.  
  71. [WRPRcodec.AddReg.NT]
  72. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","aviwrap.dll",,"%WRPRcodecDesc%"
  73. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","msacm.WRPR",,"aviwrap.dll"
  74. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","vidc.WRPR",,"aviwrap.dll"
  75.  
  76.  
  77.  
  78. HKLM,"%UninstallPath%","DisplayName",,"%UninstallDispName%"
  79. HKLM,"%UninstallPath%","UninstallString",,"rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall.NT 132 %17%\aviwrap.inf"
  80.  
  81. [WRPRcodec.DelReg.9x]
  82. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR"
  83. HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR"
  84.  
  85. HKLM,"%UninstallPath%"
  86.  
  87. [WRPRcodec.DelReg.NT]
  88. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","msacm.WRPR",,""
  89. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","vidc.WRPR",,""
  90. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","aviwrap.dll",,""
  91.  
  92. HKLM,"%UninstallPath%"
  93.  
  94. [WRPRcodec.DelIni.9x]
  95. system.ini,drivers32,"msacm.WRPR=aviwrap.dll"
  96. system.ini,drivers32,"vidc.WRPR=aviwrap.dll"
  97.  
  98. [DestinationDirs]
  99. DefaultDestDir=11       ; LDID_SYS
  100. WRPRcodec.Copy=11
  101. WRPRcodec.Copy.Inf=17
  102.  
  103. [Strings]
  104. WRPRcodecDesc="Video Server Wrapper Codec"
  105. UninstallDispName="Video Server Wrapper Codec (remove only)"
  106. UninstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\WRPRcodec"
  107.  
  108.